home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_23 / PlaceObject2_362_31 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  183 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y <= -5)
  3.    {
  4.       this._x = random(580) + 120;
  5.       this._y = 405;
  6.    }
  7.    if(_root.startE == true)
  8.    {
  9.       this._y -= 4;
  10.    }
  11. }
  12.